Skip to content

Commit

Permalink
New point release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Sep 11, 2023
1 parent 671b256 commit 9396861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ This runtime is constantly monitored for performance regressions. The following

| Test | Cold Run | Warm Run|
| ---- | -------- | ------- |
| Query Collection| 8585 ms | 227 ms |
| Example File | 1052 ms | 108 ms |
| Large Inserts | 10417 ms | 10534 ms |
| Total | 20114 ms | 10890 ms |
| Query Collection| 8719 ms | 239 ms |
| Example File | 1031 ms | 119 ms |
| Large Inserts | 10748 ms | 10745 ms |
| Total | 20568 ms | 11122 ms |

The benchmarks consist of a set of query files, which are parsed by a MySQL parser.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4ng",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"description": "Alternative JavaScript/TypeScript runtime for ANTLR4",
"browser": "dist/antlr4.web.mjs",
Expand Down

0 comments on commit 9396861

Please sign in to comment.