We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d76c7 commit 935f25dCopy full SHA for 935f25d
src/extract.ts
@@ -43,7 +43,7 @@ function extractCargoResult(config: Config, output: string): BenchmarkResult[] {
43
const lines = output.split(/\r?\n/g);
44
const ret = [];
45
46
- const reExtract = /^test (.+)\s+\.\.\. bench:\s+([0-9,.]+) ([0-9A-Za-z_\u03BC]+\/\w+)( \(\+\/- ([0-9,.]+)\))?$/;
+ const reExtract = /^test (.+)\s+\.\.\. bench:\s+([0-9,.]+) ([0-9A-Za-z_\u03BC]+\/\w+)( \(\+\/- [0-9,.]+\))?$/;
47
const reComma = /,/g;
48
49
for (const line of lines) {
0 commit comments