-
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Marten is using FastExpressionCompiler
- Loading branch information
1 parent
2a5d574
commit 7e7cb17
Showing
24 changed files
with
263 additions
and
13 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
benchmarks/2.0.fastexpressioncompiler/results/BulkLoading-report-default.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
|
||
WarmupCount=2 Gen 0=1014.4231 Allocated=7.74 MB | ||
|
||
Method | Mean | StdDev | | ||
-------------------- |------------ |---------- | | ||
BulkInsertDocuments | 188.1269 ms | 8.5848 ms | |
14 changes: 14 additions & 0 deletions
14
benchmarks/2.0.fastexpressioncompiler/results/BulkLoading-report-github.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
``` ini | ||
|
||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
|
||
WarmupCount=2 Gen 0=1014.4231 Allocated=7.74 MB | ||
|
||
``` | ||
Method | Mean | StdDev | | ||
-------------------- |------------ |---------- | | ||
BulkInsertDocuments | 188.1269 ms | 8.5848 ms | |
2 changes: 2 additions & 0 deletions
2
benchmarks/2.0.fastexpressioncompiler/results/BulkLoading-report.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Method,Job,AnalyzeLaunchVariance,EvaluateOverhead,MaxStdErrRelative,MinInvokeCount,MinIterationTime,RemoveOutliers,Affinity,Jit,Platform,Runtime,AllowVeryLargeObjects,Concurrent,CpuGroups,Force,Server,Clock,EngineFactory,Toolchain,InvocationCount,IterationTime,LaunchCount,RunStrategy,TargetCount,UnrollFactor,WarmupCount,Mean,StdDev,Gen 0,Allocated | ||
BulkInsertDocuments,Default,False,Default,Default,Default,Default,Default,15,RyuJit,X64,Clr,False,True,False,True,False,Default,Default,Default,1,Default,Default,Default,Default,16,2,188.1269 ms,8.5848 ms,1014.4231,7.74 MB |
31 changes: 31 additions & 0 deletions
31
benchmarks/2.0.fastexpressioncompiler/results/BulkLoading-report.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset='utf-8' /> | ||
<title>BulkLoading</title> | ||
|
||
<style type="text/css"> | ||
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; } | ||
td, th { padding: 6px 13px; border: 1px solid #ddd; } | ||
tr { background-color: #fff; border-top: 1px solid #ccc; } | ||
tr:nth-child(even) { background: #f8f8f8; } | ||
</style> | ||
</head> | ||
<body> | ||
<pre><code> | ||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
</code></pre> | ||
<pre><code>WarmupCount=2 Gen 0=1014.4231 Allocated=7.74 MB | ||
</code></pre> | ||
|
||
<table> | ||
<thead><tr><th> Method</th><th> Mean</th><th>StdDev</th> | ||
</tr> | ||
</thead><tbody><tr><td>BulkInsertDocuments</td><td>188.1269 ms</td><td>8.5848 ms</td> | ||
</tr></tbody></table> | ||
</body> | ||
</html> |
12 changes: 12 additions & 0 deletions
12
benchmarks/2.0.fastexpressioncompiler/results/DocumentActions-report-default.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
|
||
WarmupCount=2 Gen 0=187.5000 Allocated=4.48 MB | ||
|
||
Method | Mean | StdDev | | ||
---------------- |----------- |---------- | | ||
InsertDocuments | 43.6080 ms | 0.8464 ms | |
14 changes: 14 additions & 0 deletions
14
benchmarks/2.0.fastexpressioncompiler/results/DocumentActions-report-github.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
``` ini | ||
|
||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
|
||
WarmupCount=2 Gen 0=187.5000 Allocated=4.48 MB | ||
|
||
``` | ||
Method | Mean | StdDev | | ||
---------------- |----------- |---------- | | ||
InsertDocuments | 43.6080 ms | 0.8464 ms | |
2 changes: 2 additions & 0 deletions
2
benchmarks/2.0.fastexpressioncompiler/results/DocumentActions-report.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Method,Job,AnalyzeLaunchVariance,EvaluateOverhead,MaxStdErrRelative,MinInvokeCount,MinIterationTime,RemoveOutliers,Affinity,Jit,Platform,Runtime,AllowVeryLargeObjects,Concurrent,CpuGroups,Force,Server,Clock,EngineFactory,Toolchain,InvocationCount,IterationTime,LaunchCount,RunStrategy,TargetCount,UnrollFactor,WarmupCount,Mean,StdDev,Gen 0,Allocated | ||
InsertDocuments,Default,False,Default,Default,Default,Default,Default,15,RyuJit,X64,Clr,False,True,False,True,False,Default,Default,Default,1,Default,Default,Default,Default,16,2,43.6080 ms,0.8464 ms,187.5000,4.48 MB |
31 changes: 31 additions & 0 deletions
31
benchmarks/2.0.fastexpressioncompiler/results/DocumentActions-report.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset='utf-8' /> | ||
<title>DocumentActions</title> | ||
|
||
<style type="text/css"> | ||
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; } | ||
td, th { padding: 6px 13px; border: 1px solid #ddd; } | ||
tr { background-color: #fff; border-top: 1px solid #ccc; } | ||
tr:nth-child(even) { background: #f8f8f8; } | ||
</style> | ||
</head> | ||
<body> | ||
<pre><code> | ||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
</code></pre> | ||
<pre><code>WarmupCount=2 Gen 0=187.5000 Allocated=4.48 MB | ||
</code></pre> | ||
|
||
<table> | ||
<thead><tr><th> Method</th><th>Mean</th><th>StdDev</th> | ||
</tr> | ||
</thead><tbody><tr><td>InsertDocuments</td><td>43.6080 ms</td><td>0.8464 ms</td> | ||
</tr></tbody></table> | ||
</body> | ||
</html> |
12 changes: 12 additions & 0 deletions
12
benchmarks/2.0.fastexpressioncompiler/results/EventActions-report-default.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
|
||
WarmupCount=2 Allocated=1.88 MB | ||
|
||
Method | Mean | StdDev | | ||
------------- |----------- |---------- | | ||
AppendEvents | 44.7526 ms | 1.0882 ms | |
14 changes: 14 additions & 0 deletions
14
benchmarks/2.0.fastexpressioncompiler/results/EventActions-report-github.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
``` ini | ||
|
||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
|
||
WarmupCount=2 Allocated=1.88 MB | ||
|
||
``` | ||
Method | Mean | StdDev | | ||
------------- |----------- |---------- | | ||
AppendEvents | 44.7526 ms | 1.0882 ms | |
2 changes: 2 additions & 0 deletions
2
benchmarks/2.0.fastexpressioncompiler/results/EventActions-report.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Method,Job,AnalyzeLaunchVariance,EvaluateOverhead,MaxStdErrRelative,MinInvokeCount,MinIterationTime,RemoveOutliers,Affinity,Jit,Platform,Runtime,AllowVeryLargeObjects,Concurrent,CpuGroups,Force,Server,Clock,EngineFactory,Toolchain,InvocationCount,IterationTime,LaunchCount,RunStrategy,TargetCount,UnrollFactor,WarmupCount,Mean,StdDev,Allocated | ||
AppendEvents,Default,False,Default,Default,Default,Default,Default,15,RyuJit,X64,Clr,False,True,False,True,False,Default,Default,Default,1,Default,Default,Default,Default,16,2,44.7526 ms,1.0882 ms,1.88 MB |
31 changes: 31 additions & 0 deletions
31
benchmarks/2.0.fastexpressioncompiler/results/EventActions-report.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset='utf-8' /> | ||
<title>EventActions</title> | ||
|
||
<style type="text/css"> | ||
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; } | ||
td, th { padding: 6px 13px; border: 1px solid #ddd; } | ||
tr { background-color: #fff; border-top: 1px solid #ccc; } | ||
tr:nth-child(even) { background: #f8f8f8; } | ||
</style> | ||
</head> | ||
<body> | ||
<pre><code> | ||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
</code></pre> | ||
<pre><code>WarmupCount=2 Allocated=1.88 MB | ||
</code></pre> | ||
|
||
<table> | ||
<thead><tr><th>Method</th><th>Mean</th><th>StdDev</th> | ||
</tr> | ||
</thead><tbody><tr><td>AppendEvents</td><td>44.7526 ms</td><td>1.0882 ms</td> | ||
</tr></tbody></table> | ||
</body> | ||
</html> |
14 changes: 14 additions & 0 deletions
14
benchmarks/2.0.fastexpressioncompiler/results/LinqActions-report-default.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
|
||
WarmupCount=2 | ||
|
||
Method | Mean | StdErr | StdDev | Gen 0 | Allocated | | ||
------------------ |---------------- |-------------- |-------------- |---------- |---------- | | ||
CreateLinqCommand | 197.4190 us | 1.9695 us | 13.9265 us | - | 42.45 kB | | ||
RunLinqQuery | 121,335.7528 us | 1,200.0957 us | 4,800.3829 us | 4986.4130 | 33.68 MB | | ||
CompiledQueries | 30,801.5613 us | 309.4860 us | 3,079.3465 us | 812.5000 | 8.59 MB | |
16 changes: 16 additions & 0 deletions
16
benchmarks/2.0.fastexpressioncompiler/results/LinqActions-report-github.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
``` ini | ||
|
||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
|
||
WarmupCount=2 | ||
|
||
``` | ||
Method | Mean | StdErr | StdDev | Gen 0 | Allocated | | ||
------------------ |---------------- |-------------- |-------------- |---------- |---------- | | ||
CreateLinqCommand | 197.4190 us | 1.9695 us | 13.9265 us | - | 42.45 kB | | ||
RunLinqQuery | 121,335.7528 us | 1,200.0957 us | 4,800.3829 us | 4986.4130 | 33.68 MB | | ||
CompiledQueries | 30,801.5613 us | 309.4860 us | 3,079.3465 us | 812.5000 | 8.59 MB | |
4 changes: 4 additions & 0 deletions
4
benchmarks/2.0.fastexpressioncompiler/results/LinqActions-report.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Method,Job,AnalyzeLaunchVariance,EvaluateOverhead,MaxStdErrRelative,MinInvokeCount,MinIterationTime,RemoveOutliers,Affinity,Jit,Platform,Runtime,AllowVeryLargeObjects,Concurrent,CpuGroups,Force,Server,Clock,EngineFactory,Toolchain,InvocationCount,IterationTime,LaunchCount,RunStrategy,TargetCount,UnrollFactor,WarmupCount,Mean,StdErr,StdDev,Gen 0,Allocated | ||
CreateLinqCommand,Default,False,Default,Default,Default,Default,Default,15,RyuJit,X64,Clr,False,True,False,True,False,Default,Default,Default,1,Default,Default,Default,Default,16,2,197.4190 us,1.9695 us,13.9265 us,-,42.45 kB | ||
RunLinqQuery,Default,False,Default,Default,Default,Default,Default,15,RyuJit,X64,Clr,False,True,False,True,False,Default,Default,Default,1,Default,Default,Default,Default,16,2,"121,335.7528 us","1,200.0957 us","4,800.3829 us",4986.4130,33.68 MB | ||
CompiledQueries,Default,False,Default,Default,Default,Default,Default,15,RyuJit,X64,Clr,False,True,False,True,False,Default,Default,Default,1,Default,Default,Default,Default,16,2,"30,801.5613 us",309.4860 us,"3,079.3465 us",812.5000,8.59 MB |
33 changes: 33 additions & 0 deletions
33
benchmarks/2.0.fastexpressioncompiler/results/LinqActions-report.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset='utf-8' /> | ||
<title>LinqActions</title> | ||
|
||
<style type="text/css"> | ||
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; } | ||
td, th { padding: 6px 13px; border: 1px solid #ddd; } | ||
tr { background-color: #fff; border-top: 1px solid #ccc; } | ||
tr:nth-child(even) { background: #f8f8f8; } | ||
</style> | ||
</head> | ||
<body> | ||
<pre><code> | ||
BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.1.7601 Service Pack 1 | ||
Processor=Intel(R) Core(TM) i7-4980HQ CPU 2.80GHz, ProcessorCount=4 | ||
Frequency=10000000 Hz, Resolution=100.0000 ns, Timer=UNKNOWN | ||
[Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
Job-DNINOD : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1076.0 | ||
</code></pre> | ||
<pre><code>WarmupCount=2 | ||
</code></pre> | ||
|
||
<table> | ||
<thead><tr><th> Method</th><th> Mean</th><th> StdErr</th><th> StdDev</th><th>Gen 0</th><th>Allocated</th> | ||
</tr> | ||
</thead><tbody><tr><td>CreateLinqCommand</td><td>197.4190 us</td><td>1.9695 us</td><td>13.9265 us</td><td> -</td><td>42.45 kB</td> | ||
</tr><tr><td>RunLinqQuery</td><td>121,335.7528 us</td><td>1,200.0957 us</td><td>4,800.3829 us</td><td>4986.4130</td><td>33.68 MB</td> | ||
</tr><tr><td>CompiledQueries</td><td>30,801.5613 us</td><td>309.4860 us</td><td>3,079.3465 us</td><td>812.5000</td><td>8.59 MB</td> | ||
</tr></tbody></table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.