Skip to content

Commit d825a24

Browse files
committed
Bump to 0.1.3
1 parent 742b476 commit d825a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PerformanceTestTools"
22
uuid = "dc46b164-d16f-48ec-a853-60448fc869fe"
33
authors = ["Takafumi Arakaki <[email protected]>"]
4-
version = "0.1.3-DEV"
4+
version = "0.1.3"
55

66
[deps]
77
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Build Status](https://travis-ci.com/JuliaTesting/PerformanceTestTools.jl.svg?branch=master)](https://travis-ci.com/JuliaTesting/PerformanceTestTools.jl)
66
[![Codecov](https://codecov.io/gh/JuliaTesting/PerformanceTestTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaTesting/PerformanceTestTools.jl)
77
[![Coveralls](https://coveralls.io/repos/github/JuliaTesting/PerformanceTestTools.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaTesting/PerformanceTestTools.jl?branch=master)
8-
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/JuliaTesting/PerformanceTestTools.jl/v0.1.2.svg?style=social&logo=github)](https://github.com/JuliaTesting/PerformanceTestTools.jl)
8+
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/JuliaTesting/PerformanceTestTools.jl/v0.1.3.svg?style=social&logo=github)](https://github.com/JuliaTesting/PerformanceTestTools.jl)
99

1010
Testing generated IRs inside CI is useful for avoiding performance
1111
regression. However, test suites are normally run under flags like

0 commit comments

Comments
 (0)