- 
                Notifications
    
You must be signed in to change notification settings  - Fork 73
 
feat: ALU asm instructions #2192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
| 
           There is one rv32im extension test   | 
    
          
CodSpeed Performance ReportMerging #2192 will degrade performances by 80.88%Comparing  
 | 
    
| Mode | Benchmark | BASE | 
HEAD | 
Change | |
|---|---|---|---|---|---|
| ⚡ | WallTime | benchmark_execute[bubblesort] | 
27.4 ms | 8.1 ms | ×3.4 | 
| ⚡ | WallTime | benchmark_execute[fibonacci_iterative] | 
31.4 ms | 10.2 ms | ×3.1 | 
| ❌ | WallTime | benchmark_execute[fibonacci_recursive] | 
45.1 ms | 66.3 ms | -31.99% | 
| ⚡ | WallTime | benchmark_execute[keccak256] | 
33 ms | 9.7 ms | ×3.4 | 
| ⚡ | WallTime | benchmark_execute[quicksort] | 
32 ms | 10.5 ms | ×3.1 | 
| ❌ | WallTime | benchmark_execute[revm_snailtracer] | 
16.1 ms | 24.7 ms | -34.68% | 
| ⚡ | WallTime | benchmark_execute[sha256] | 
31.1 ms | 8.2 ms | ×3.8 | 
| ❌ | WallTime | benchmark_execute_metered[bubblesort] | 
53 ms | 277 ms | -80.88% | 
| ❌ | WallTime | benchmark_execute_metered[fibonacci_iterative] | 
72.5 ms | 322.7 ms | -77.53% | 
| ❌ | WallTime | benchmark_execute_metered[fibonacci_recursive] | 
101.4 ms | 453.9 ms | -77.66% | 
| ❌ | WallTime | benchmark_execute_metered[keccak256] | 
68.9 ms | 302.5 ms | -77.23% | 
| ❌ | WallTime | benchmark_execute_metered[pairing] | 
156.1 ms | 245.2 ms | -36.36% | 
| ❌ | WallTime | benchmark_execute_metered[quicksort] | 
60.3 ms | 314.4 ms | -80.82% | 
| ❌ | WallTime | benchmark_execute_metered[revm_transfer] | 
64.1 ms | 196.9 ms | -67.43% | 
| ❌ | WallTime | benchmark_execute_metered[sha256] | 
67.1 ms | 299.8 ms | -77.6% | 
Footnotes
- 
No successful run was found on
feat/aot(65905ea) during the generation of this report, somain(c2e376e) was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩ - 
42 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
 
Closes INT-5263, INT-5261, INT-5262
close INT-5260
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
          
 Commit: f1ff382  | 
    
closes INT-5259