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

ChampSim / ChampSim
70%
master: 68%

Build:
Build:
LAST BUILD BRANCH: dependabot/submodules/develop/vcpkg-dbbd673
DEFAULT BRANCH: master
Repo Added 23 Feb 2023 11:23PM UTC
Files 99
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 develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • Livelock-period-extension
  • add_dib_configs
  • alloc
  • bw
  • cache4
  • clangd-2024
  • debug
  • dependabot/github_actions/develop/actions/checkout-5
  • dependabot/github_actions/develop/actions/download-artifact-4.1.9
  • dependabot/github_actions/develop/actions/download-artifact-5.0.0
  • dependabot/github_actions/develop/actions/download-artifact-8.0.0
  • dependabot/github_actions/develop/actions/download-artifact-8.0.1
  • dependabot/github_actions/develop/actions/upload-artifact-7
  • dependabot/submodules/develop/vcpkg-0d9d468
  • dependabot/submodules/develop/vcpkg-62159a4
  • dependabot/submodules/develop/vcpkg-6d7bf7e
  • dependabot/submodules/develop/vcpkg-89dc8be
  • dependabot/submodules/develop/vcpkg-9d48647
  • dependabot/submodules/develop/vcpkg-af752f2
  • dependabot/submodules/develop/vcpkg-b1b1930
  • dependabot/submodules/develop/vcpkg-d5a87c6
  • dependabot/submodules/develop/vcpkg-dbbd673
  • dependabot/submodules/develop/vcpkg-e3ed418
  • dependabot/submodules/develop/vcpkg-ea2a964
  • dependabot/submodules/develop/vcpkg-efb1e74
  • dependabot/submodules/develop/vcpkg-f9b54c1
  • develop/rng-fix
  • drrip_set_dueling
  • event_listeners
  • fix-ptpage
  • fix/reversed-caches
  • format
  • github
  • kanata
  • master
  • module_inheritance
  • ptw
  • ptw-pscl-fix
  • refs/heads/develop
  • reg_readallocatebug
  • ship_tag_check_fix
  • vcpkg

25 Mar 2026 03:23PM UTC coverage: 70.044%. Remained the same
23548950804

push

github

web-flow
chore: standardize catch.hpp import (#700)

catch2 dependency includes should be angle brackets, not double quotes -
otherwise you will get errors such as the following

only a few test files had quotes, most already have angle brackets

```bash
champsim> g++ @global.options @absolute.options -MM -MT .csconfig/test/602-walk-latency.d -MT .csconfig/test/602-walk-latency.o -I.csconfig -MF .csconfig/test/602-walk-latency.d test/cpp/src/602-walk-latency.cc
champsim> test/cpp/src/602-walk-latency.cc:1:10: fatal error: catch.hpp: No such file or directory
champsim>     1 | #include "catch.hpp"
champsim>
```

ran clang format to sort the imports

3152 of 4500 relevant lines covered (70.04%)

1573150.76 hits per line

Relevant lines Covered
Build:
Build:
4500 RELEVANT LINES 3152 COVERED LINES
1573150.76 HITS PER LINE
Source Files on develop
  • Tree
  • List 99
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23548950804 develop chore: standardize catch.hpp import (#700) catch2 dependency includes should be angle brackets, not double quotes - otherwise you will get errors such as the following only a few test files had quotes, most already have angle brackets ```bash c... push 25 Mar 2026 04:30PM UTC web-flow github
70.04
23163447628 develop make dib_inorder_width and dib_hit_buffer_size configurable (#696) Make `dib_inorder_width` and `dib_hit_buffer_size` configurable with the config.json. I was trying to configure champsim to get an unrealistically high IPC just to confirm that t... push 16 Mar 2026 09:11PM UTC web-flow github
70.04
23162681634 develop Ship tag check fix (#698) The previous implementation of the sampler-set tag check mechanism was convoluted, and would result in false matches / false mismatches under some cache configurations. This pr simplifies the check to the block number, ... push 16 Mar 2026 08:50PM UTC web-flow github
70.04
22873133671 develop Bump actions/download-artifact from 5.0.0 to 8.0.0 (#692) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 8.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.... push 09 Mar 2026 09:35PM UTC web-flow github
68.93
22873159128 develop Bump actions/upload-artifact from 6 to 7 (#694) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-art... push 09 Mar 2026 09:32PM UTC web-flow github
68.93
22026307731 develop Merge branch 'master' into develop push 15 Feb 2026 12:54AM UTC ngober github
68.93
22026258900 develop Drrip set dueling - with tests (#689) Extension of PR from @Quangmire with the following improvements: 1. set sampling duel counter type (dscounter) added, which implements the set sampling duel counter feature utilized by many replacement polici... push 15 Feb 2026 12:53AM UTC web-flow github
68.91
22024140352 develop Fix/reversed caches - with tests (#687) This pr addresses issues identified by @aaarunan, adds testing, and replaces the forward_list containers with regular vectors. To facilitate testing, the build() function which was previously defined in en... push 14 Feb 2026 10:02PM UTC web-flow github
68.29
22019522414 develop Bump actions/download-artifact from 4.1.8 to 5.0.0 (#643) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.... push 14 Feb 2026 04:07PM UTC web-flow github
68.2
22019401679 develop Fix ptpage - with test (#688) Added test to the fix proposed by @gh1403. This test ensures that re-references to the same page at the same level does not result in the allocation of new pages, unexpected misses, or inconsistent mappings. A GENER... push 14 Feb 2026 03:55PM UTC web-flow github
68.2
See All Builds (498)
  • 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

© 2026 Coveralls, Inc