• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

smarr / SOMns
79%
master: 98%

Build:
Build:
LAST BUILD BRANCH: truffle-update
DEFAULT BRANCH: master
Repo Added 26 Apr 2016 12:37PM UTC
Files 55
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH pinning
branch: pinning
CHANGE BRANCH
x
Reset
  • pinning
  • 070-release-prep
  • 1-gitlab-ci
  • 1-libgraal
  • activity-default-methods
  • actor-dym
  • actor-optimizations
  • and
  • artifact
  • async-demo
  • avoid-block-splitting
  • bd-inlining
  • bd-primitives
  • bitor-prim
  • blocking-prims-and-safepoints
  • chatapp-maintenance
  • chatapp-opt-experiments
  • check-isvalue-for-actor-creation
  • citation
  • cleanup
  • cleanup-dm-flags
  • cleanup-lexer
  • context-profile
  • coveralls
  • csp
  • csp-msg-breakpoints
  • csp-tests
  • da-ut-extract-benchmarks
  • da/TO-custom-bytebuffer
  • da/replay-opts
  • da/tracing-overhaul
  • debugger-tests
  • del-ns
  • dev
  • disable-noctxopt-for-debugging
  • docs
  • dym
  • error-instead-of-assertion
  • exit-handling
  • exit-on-error
  • exp/chatapp
  • extension-modules
  • far-ref-bug
  • fix-actor-debugger-tests
  • fix-bd-build-setup
  • fix-clobber
  • fix-flags-and-pinning
  • fix-incorrect-sync-on-lock
  • fix-lexer-avoid-reflection
  • fix-libgraal
  • fix-statement-tags
  • fix-travis-and-codespeed
  • fj-benchmark
  • fj-java
  • fork-join-clean-2
  • graal-usage
  • improve-behavior-on-halt-prim
  • in-parser-specialization
  • inlining-and-var-handling
  • java-coverage
  • jcstress
  • jdk10
  • kent-ci
  • kompos-demo-bench
  • kompos-fixes
  • kompos-tests
  • lee-vacation-benchmarks
  • ls-improvements
  • lsp-improvements
  • maintenance
  • master
  • message-stepping
  • modernize-travis-ci
  • moth/integrate-repos
  • move-to-bd
  • multi-paradigm-bench
  • mx
  • npm-test
  • ns-array-literals-final
  • ns-benchmarks
  • ns-compat
  • ns-file-names
  • ns-message-cascades
  • ns-numeric-literals
  • ns-object-literals-opt-determine-ctx-dynamically
  • object-model
  • object-model-race
  • opt-outer-sends-to-self
  • optimize-build
  • parser-array-dict
  • parser-messages
  • perf-changes
  • pr/make-instrumentation-of-prims-more-robust
  • pre-svm-gc
  • prepare-release
  • prim-constructors
  • primitive-cleanup
  • protocol-overview
  • rdb
  • reduce-compilation-threshold
  • reduce-noise
  • release
  • release-prep
  • remove-kompos-specific-protocol
  • remove-method-cats
  • remove-while-node
  • safepoint
  • safepoint-fix
  • savina-maintenance
  • self-in-locals
  • setter-sends
  • simplify-launcher
  • so-on-race
  • som-exp-for-module-not-found
  • string-and-file-compilation
  • super-instruction-detector
  • svm
  • svm-gc
  • swap-tracing-buffers-for-blocked-threads
  • termination
  • test-csp-breakpoints
  • test-inst-issue
  • threading/transactions
  • tinyBenchmarks
  • travis-fold
  • truffle-boundaries-for-svm
  • truffle-update
  • ts-update
  • unify-scope
  • unlink-promise-data
  • update-ls
  • update-publication-list
  • update-truffle
  • update-truffle-0.25
  • update-truffle-wip
  • use-unified-graal-repo
  • user-friendly-errors
  • v0.1.0
  • v0.2.0
  • v0.4.0
  • v0.6.0
  • v0.7.0
  • various-fixes
  • warmup
  • while-true-cleanup

pending completion
3059

Pull #365

travis-ci

web-flow
Merge 472d9ba46 into 846b55ccd
Pull Request #365: Pin threads to a cores

6823 of 8667 relevant lines covered (78.72%)

3375.27 hits per line

Relevant lines Covered
Build:
Build:
8667 RELEVANT LINES 6823 COVERED LINES
3375.27 HITS PER LINE
Source Files on pinning
  • Tree
  • List 55
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3059 pinning Merge 472d9ba46 into 846b55ccd Pull #365 05 Aug 2020 08:41PM UTC web-flow travis-ci pending completion  
3058 pinning Pin thread to core If available, each thread should get their own core. This isn’t conditional or sophisticated, but should help for single core benchmarking to reduce noise. - to make this work, we need to communicate the available cores for pi... push 05 Aug 2020 08:28PM UTC smarr travis-ci pending completion  
3057 pinning Determine core mask based on REBENCH_DENOISE_CORE_SET env var - also introduce a flag to disable pinning altogether Signed-off-by: Stefan Marr <git@stefan-marr.de> push 04 Aug 2020 10:08PM UTC smarr travis-ci pending completion  
3056 pinning [HACK] Set affinity mask for Yuria under rebench-denoise This is cores 3-23 enabled, i.e. bits 3-23 are set to 1. The hex number can’t have a 0x prefix. Signed-off-by: Stefan Marr <git@stefan-marr.de> push 04 Aug 2020 10:48AM UTC smarr travis-ci pending completion  
3055 pinning [Hack] Fix: no 0x prefix? Signed-off-by: Stefan Marr <git@stefan-marr.de> push 04 Aug 2020 09:06AM UTC smarr travis-ci pending completion  
3054 pinning [HACK] Set affinity mask for Yuria under rebench-denoise This is cores 3-23 enabled, i.e. bits 3-23 are set to 1. Signed-off-by: Stefan Marr <git@stefan-marr.de> push 04 Aug 2020 08:48AM UTC smarr travis-ci pending completion  
3053 pinning Pin thread to core If available, each thread should get their own core. This isn’t conditional or sophisticated, but should help for single core benchmarking to reduce noise. Signed-off-by: Stefan Marr <git@stefan-marr.de> push 03 Aug 2020 11:35PM UTC smarr travis-ci pending completion  
3052 pinning Fix class path for unit tests Signed-off-by: Stefan Marr <git@stefan-marr.de> push 03 Aug 2020 10:42PM UTC smarr travis-ci pending completion  
See All Builds (1057)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc