Skip to content

Commit

Permalink
ci: Remove AppVeyor (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman authored Aug 11, 2023
1 parent daa84ca commit c0461a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div align="center">Statistics-driven Microbenchmarking in Rust</div>

<div align="center">
<a href="https://bheisler.github.io/criterion.rs/book/getting_started.html">Getting Started</a>
<a href="https://bheisler.github.io/criterion.rs/book/getting_started.html">Getting Started</a>
|
<a href="https://bheisler.github.io/criterion.rs/book/index.html">User Guide</a>
|
Expand All @@ -15,14 +15,10 @@
</div>

<div align="center">
<a href="https://github.com/bheisler/criterion.rs/actions/workflows/ci.yaml">
<a href="https://github.com/bheisler/criterion.rs/actions/workflows/ci.yaml">
<img src="https://img.shields.io/github/checks-status/rgeometry/rgeometry/main?label=tests&logo=github" alt="GitHub branch checks state">
</a>
|
<a href="https://ci.appveyor.com/project/bheisler/criterion-rs-vt9fl">
<img src="https://ci.appveyor.com/api/projects/status/4255ads9ctpupcl2?svg=true" alt="Appveyor">
</a>
|
<a href="https://crates.io/crates/criterion">
<img src="https://img.shields.io/crates/v/criterion.svg" alt="Crates.io">
</a>
Expand All @@ -31,6 +27,7 @@
Criterion.<span></span>rs helps you write fast code by detecting and measuring performance improvements or regressions, even small ones, quickly and accurately. You can optimize with confidence, knowing how each change affects the performance of your code.

## Table of Contents

- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Quickstart](#quickstart)
Expand Down
34 changes: 0 additions & 34 deletions appveyor.yml

This file was deleted.

0 comments on commit c0461a6

Please sign in to comment.