Git Product home page Git Product logo

Comments (4)

ezrosent avatar ezrosent commented on June 14, 2024

Okay, I spoke too soon. These numbers seem more in line with what is expected:

{                                                                                                                   
  'mapType': 'Junction Grampa map',                                                                                   
  'population': 32000,                                                                                                 
 'readsPerWrite': 4,                                                                                                   
'itersPerChunk': 10000,                                                                                              
 'chunks': 200,                                                                                                       
 'keepChunkFraction': 1.000000,                                                                                      
  'labels': ('numThreads', 'mapOpsDone', 'totalTime'),                                                                
 'points': [                                                                                                               
(1, 20000000, 0.778853),                                                                                             
 (2, 38390670, 1.731478),                                                                                             
 (3, 54401272, 2.735732),                                                                                            
  (4, 72095703, 3.911725),                                                                                            
  (5, 90349771, 5.253848),                                                                                              
(6, 104797601, 7.143815),                                                                                            
 (7, 125835543, 8.937040),                                                                                           
  (8, 146734531, 10.643705),                                                                                          
  (9, 171742965, 13.609845),                                                                                           
 (10, 191492992, 16.436836),                                                                                         
  (11, 216218835, 19.934348),                                                                                        
   (12, 236700184, 23.130959),                                                                                        
   (13, 255574573, 25.696492),                                                                                         
  (14, 273062087, 27.107940),                                                                                         
  (15, 291707943, 28.159690),                                                                                        
   (16, 312766616, 31.114741),                                                                                       
],                                                                                                                   
 } 

from junction.

preshing avatar preshing commented on June 14, 2024

What was the problem?

from junction.

ezrosent avatar ezrosent commented on June 14, 2024

Just setting CXXFLAGS=-O2 fixed things (I'm a cmake novice). Any other tips for running benchmarks?

from junction.

preshing avatar preshing commented on June 14, 2024

What OS are you running? If you're generating makefiles from CMake, you can specify the RelWithDebInfo configuration, which already has optimizations enabled:

$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "Unix Makefiles" ..

from junction.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.