Skip to content

Commit 9396861

Browse files
committed
New point release
1 parent 671b256 commit 9396861

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ReadMe.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ This runtime is constantly monitored for performance regressions. The following
2323

2424
| Test | Cold Run | Warm Run|
2525
| ---- | -------- | ------- |
26-
| Query Collection| 8585 ms | 227 ms |
27-
| Example File | 1052 ms | 108 ms |
28-
| Large Inserts | 10417 ms | 10534 ms |
29-
| Total | 20114 ms | 10890 ms |
26+
| Query Collection| 8719 ms | 239 ms |
27+
| Example File | 1031 ms | 119 ms |
28+
| Large Inserts | 10748 ms | 10745 ms |
29+
| Total | 20568 ms | 11122 ms |
3030

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antlr4ng",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"type": "module",
55
"description": "Alternative JavaScript/TypeScript runtime for ANTLR4",
66
"browser": "dist/antlr4.web.mjs",

0 commit comments

Comments
 (0)